home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / Internet / NewsWatch Folder / headers / miscstuff.h < prev    next >
Encoding:
Text File  |  1991-04-03  |  782 b   |  26 lines  |  [TEXT/MPS ]

  1. void OutlineOK(DialogPtr theDialog);
  2. short BlessedFolder(void);
  3. Boolean GiveTime(unsigned long sleepTime);
  4. Boolean StatusWindow(char *text,short percent);
  5. void UpdateStatus(void);
  6. void CloseStatusWindow(void);
  7. pascal Boolean CmdKeyFilter(DialogPtr theDialog,EventRecord *theEvent,short *itemHit);
  8. OSErr MyIOCheck(OSErr err);
  9.  
  10. Ptr MyNewPtr(Size byteCount);
  11. Handle MyNewHandle(Size byteCount);
  12. void MySetHandleSize(Handle h,Size newSize);
  13. void MySetPtrSize(Ptr p,Size newSize);
  14. OSErr MyHandToHand(Handle *theHndl);
  15. OSErr MyDisposPtr(Ptr thePtr);
  16. OSErr MyDisposHandle(Handle theHndl);
  17. Boolean LowMemory(void);
  18. OSErr MyMemErr(void);
  19. OSErr ReadPrefs(TPrefPtr thePrefs);
  20. OSErr WritePrefs(TPrefPtr thePrefs);
  21.  
  22. #ifdef THINK_C
  23. void InitCursorCtl(long id);
  24. void SpinCursor(short num);
  25. #endif
  26.